[dbo].[BAEImisSecurityGroupsDelete]
SQLServer
>
iMIS1521GA
>
Stored Procedures
> dbo.BAEImisSecurityGroupsDelete
Properties
Parameters
SQL Script
Uses
Properties
Property
Value
ANSI Nulls On
Quoted Identifier On
Parameters
Name
Data Type
Max Length (Bytes)
@SECURITY_GROUP
varchar(30)
30
SQL Script
create
procedure
[dbo]
.
[BAEImisSecurityGroupsDelete]
@SECURITY_GROUP
as
varchar
(
30
)
AS
DELETE
FROM
Security_Groups
WHERE
SECURITY_GROUP
=
@SECURITY_GROUP
;
GO
Uses
[dbo].[Security_Groups]
dbo